home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / answers / lisp-faq / part6 < prev    next >
Encoding:
Text File  |  1993-06-13  |  56.7 KB  |  1,108 lines

  1. Newsgroups: comp.lang.lisp,news.answers,comp.answers
  2. Path: senator-bedfellow.mit.edu!enterpoop.mit.edu!usc!math.ohio-state.edu!magnus.acs.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!bb3.andrew.cmu.edu!crabapple.srv.cs.cmu.edu!mkant
  3. From: mkant+@cs.cmu.edu (Mark Kantrowitz)
  4. Subject: FAQ: Lisp FTP Resources 6/6 [Monthly posting]
  5. Message-ID: <lisp-faq-6.text_739958547@cs.cmu.edu>
  6. Followup-To: poster
  7. Summary: FTP Resources and Free Lisp Software
  8. Sender: news@cs.cmu.edu (Usenet News System)
  9. Supersedes: <lisp-faq-6.text_737280438@cs.cmu.edu>
  10. Nntp-Posting-Host: a.gp.cs.cmu.edu
  11. Reply-To: lisp-faq@think.com
  12. Organization: School of Computer Science, Carnegie Mellon
  13. Date: Sun, 13 Jun 1993 08:02:34 GMT
  14. Approved: news-answers-request@MIT.Edu
  15. Expires: Sun, 25 Jul 1993 08:02:27 GMT
  16. Lines: 1089
  17. Xref: senator-bedfellow.mit.edu comp.lang.lisp:10307 news.answers:9337 comp.answers:972
  18.  
  19. Archive-name: lisp-faq/part6
  20. Last-Modified: Mon Jun  7 17:08:20 1993 by Mark Kantrowitz
  21. Version: 1.34
  22.  
  23. ;;; ****************************************************************
  24. ;;; FTP Archives and Other Resources *******************************
  25. ;;; ****************************************************************
  26. ;;; Written by Mark Kantrowitz and Barry Margolin
  27. ;;; lisp-faq-6.text -- 56670 bytes
  28.  
  29. This post contains Part 6 of the Lisp FAQ.
  30.  
  31. If you think of questions that are appropriate for this FAQ, or would
  32. like to improve an answer, please send email to us at lisp-faq@think.com.
  33.  
  34. Topics Covered (Part 6):
  35.   [6-0] General information about FTP Resources for Lisp
  36.   [6-1] Repositories of Lisp Software
  37.   [6-3] Publicly Redistributable Lisp Software
  38.   [6-6] Formatting code in LaTeX
  39.   [6-7] Where can I get an implementation of Prolog in Lisp?
  40.  
  41. Search for \[#\] to get to question number # quickly.
  42.  
  43. ----------------------------------------------------------------
  44. Subject: [6-0] General information about FTP Resources for Lisp
  45.  
  46. Remember, when ftping compressed or compacted files (.Z, .z, .arc, .fit,
  47. etc.) to use binary mode for retrieving the files.
  48.  
  49. Files that end with a .z suffix were compressed with the patent-free
  50. gzip (no relation to zip). Source for gzip is available from:
  51.    prep.ai.mit.edu:pub/gnu/{gzip-1.0.7.shar,gzip-1.0.7.tar}
  52.  
  53. FTP sites for Lisp and Scheme interpreters and compilers are discussed
  54. in the answer to questions [4-0] and [4-2] and in the Scheme FAQ. See
  55. the entry on Macintosh Common Lisp in question [4-1] for information
  56. on the CD-ROM of Lisp code that Apple distributes with MCL 2.0.
  57.  
  58. ----------------------------------------------------------------
  59. Subject: [6-1] Repositories of Lisp Software
  60.  
  61. There are several repositories of publicly redistributable and
  62. public domain Lisp code. 
  63.  
  64.    The Lisp Utilities collection is accessible by anonymous ftp
  65.    to any CMU CS machine (e.g., ftp.cs.cmu.edu [128.2.206.173])
  66.    or through AFS in the directory
  67.            /afs/cs.cmu.edu/user/mkant/Public/Lisp-Utilities/
  68.    If accessing this directory through anonymous ftp, it is 
  69.    important to "cd" to the directory using one atomic operation, as
  70.    some of the superior directories on the path are protected from
  71.    access by an anonymous ftp.
  72.    Files included in the repository include:
  73.       extensions.lisp         A collection of extensions to Common Lisp.
  74.       initializations.lisp    Brad Miller's initializations packaged
  75.                               for Allegro CL 4.0.
  76.       xref.lisp               Portable cross referencing tool for Lisp.
  77.                               Similar to the Symbolics Who-Calls and
  78.                               the Xerox MasterScope programs.
  79.       defsystem.lisp          Portable system definition facility (a
  80.                               "Make" for lisp). More featureful than
  81.                               other defsystem implementations.
  82.       logical-pathnames.lisp  Portable implementation of the X3J13
  83.                               June 1989 specification for logical pathnames. 
  84.       metering.lisp           Portable code time/space profiling tool.
  85.       source-compare.lisp     A portable "diff" utility for Lisp.
  86.       user-manual.lisp        Program which helps with documenting Lisp code.
  87.       psgraph.lisp            Joe Bates' PostScript DAG grapher.
  88.       matcher.lisp            A regexp-like matcher for Lisp.
  89.       framework.lisp          A portable generic frame system.
  90.       date-formatter.lisp     Simple code for formatting a date.
  91.       infix.lisp              Infix reader macro for Lisp.
  92.       save-object.lisp        Kerry Koitzsch's package to save ASCII
  93.                               representations of Lisp objects to a file. 
  94.       defpackage.lisp         Stephen Nicoud's semi-portable
  95.                               CLtL2 version of defpackage. 
  96.       johnson-yacc.lisp       Mark Johnson's lisp YACC parser generator.
  97.       ops5.tar.Z              Public domain Common Lisp implementation 
  98.                               of the OPS5 production system interpreter.
  99.                               "Expert System Shell".
  100.                               Written by Charles Forgy and ported by
  101.                               George Wood and Jim Kowalski.
  102.       cmu-loop.lisp           Implements the CLtL2 Loop Macro.
  103.       mit-loop.lisp           Implements the CLtL1 Loop Macro.
  104.       sloop.lisp              William Schelter's loop macro, not CLtL1/2.
  105.       yloop.lisp              Frank Ritter and Jim Panagos' implementation
  106.                               of the Yale loop macro described in
  107.                               McDermont, Charniak and Riesbeck's
  108.                               AI programming book. Not CLtL1/2.
  109.       ew/                     Express Windows distribution.
  110.       iterate/                The Iterate Macro.
  111.       series/                 Waters' Series Macro package.
  112.       xp.tar.Z                Waters' XP Lisp Pretty Printer
  113.       simplex.lisp            Bruno Haible's implementation of the Simplex
  114.                               algorithm.
  115.       mapforms.tar.Z          Moon's code walker.
  116.       resources.lisp          Brad Miller's resources package.
  117.       nregex.lisp             Lawrence Freil's regular expression matching code
  118.    The Lisp Utilities repository is maintained by Mark Kantrowitz,
  119.    cl-utilities-request@cs.cmu.edu.
  120.  
  121.    The CLOS code repository is available by anonymous ftp to
  122.    nervous.cis.ohio-state.edu [128.146.61.200] in the directory
  123.    pub/lispusers/clos/. If you've got code you'd like to add to the
  124.    repository, send mail to Arun Welch, commonloops-request@cis.ohio-state.edu.
  125.    The CLOS code repository includes dag.lisp.Z and 3DGeometry.lisp.
  126.  
  127.    The Macintosh Common Lisp repository contains Lisp code for
  128.    MCL contributed by MCL users. It is available by anonymous ftp from
  129.    cambridge.apple.com:pub/MCL2/CONTRIB/       [134.149.2.3]
  130.    and also contains the Info-MCL mailing list archives. The
  131.    repository contains, among other things, AV_Parser.hqx and Zebu
  132.    (general parser toolkits), babylon-2.2.sit.hqx (expert system shell
  133.    from GMD in Germany), btree.sit.hqx (binary trees), LGL.lisp (Lisp
  134.    Graphics Library for MCL), quicktime code, mmlisp.sit.hqx
  135.    (midi-manager interface), tips on optimizing MCL code, PARKA.sit.hqx
  136.    (a knowledge representation system), starsim.sit.hqx (*Lisp for MCL),
  137.    IP/TCP examples, and support for hypercard XCMDs and XFCNs.  See the
  138.    file README for a quick overview of the contents of the MCL
  139.    repository.
  140.  
  141.    The CLIM Library (a library of user contributed code for the CLIM
  142.    environment) is available by anonymous ftp on
  143.       cambridge.apple.com:/pub/clim [134.149.2.3]
  144.    For information on CLIM, see the entry in [6-5] below.  For more
  145.    information on the CLIM Library, contact Vincent Keunen, keunen@nrb.be.
  146.  
  147.    MIT AI Lab -- ftp.ai.mit.edu:pub/
  148.       loop-macro.tar               [LOOP from CLtL1]
  149.       series/                      [SERIES from CLtL2; older version]
  150.       Iterate/                     [Alternative to series and loop.]
  151.       clmath.tar                   [Numeric math 1984]
  152.       ontic/                       [ONTIC Knowledge Rep. for Mathematics]
  153.    clmath is a Lisp library of mathematical functions that calculate
  154.    hyperbolic and inverse hyperbolic functions, Bessel functions,
  155.    elliptic integrals, the gamma and beta functions, and the incomplete
  156.    gamma and beta functions.  There are probability density functions,
  157.    cumulative distributions, and random number generators for the normal,
  158.    Poisson, chi-square, Student's T, and Snedecor's F functions. Discrete
  159.    Fourier Transforms. Multiple linear regression, Fletcher-Powell
  160.    unconstrained minimization, numerical integration, root finding,
  161.    and convergence. Code to factor numbers and to do the
  162.    Solovay-Strassen probabilistic prime test is included. 
  163.    A technical report describing CLMath is available as MIT AI Lab
  164.    Memo 774, Gerald Roylance, "Some Scientific Subroutines in LISP",
  165.    September 1984. 
  166.  
  167.    The LispUsers Archives, a collection of programs for Medley, can be
  168.    found on nervous.cis.ohio-state.edu:pub/lispusers/medley. The files
  169.    include a plotting module, addressbook, chat program, clock,
  170.    call-grapher, grep implementation, Tower of Hanoi, Life, lisp dialect
  171.    translator, and fonts. Also on nervous.cis.ohio-state.edu is GTT, an
  172.    implementation of Chandrasekaran's Generic Tasks Toolset, in directory
  173.    pub/lispusers/toolset.
  174.  
  175.    There's a repository of Amiga LISP implementations (and other Lisp-like
  176.    language implementations) on gatekeeper.pa.dec.com:pub/micro/amiga/lisp/.
  177.  
  178.    Common Lisp versions of the mini programs from "Inside Computer
  179.    Understanding" by Schank and Riesbeck, 1981, are available by
  180.    anonymous ftp from cs.umd.edu in the directory pub/schank/icu. This
  181.    includes the SAM and ELI miniatures. It will eventually include copies
  182.    of the miniature versions of PAM, POLITICS, and Tale-Spin. The FOR
  183.    macro is also available in this directory, as are a set of functions
  184.    for manipulating and matching lisp representations of Conceptual
  185.    Dependency formulas.  Contact Bill Andersen <waander@cs.umd.edu> for
  186.    more information. 
  187.  
  188.    Norvig:
  189.    The software from Peter Norvig's book "Paradigms of AI Programming" is
  190.    available by anonymous ftp from unix.sri.com:pub/norvig and on disk in
  191.    Macintosh or DOS format from the publisher, Morgan Kaufmann.
  192.    |
  193.    Software includes Common Lisp implementations of:
  194.       Eliza and pattern matchers, Emycin, Othello, Parsers,
  195.       Scheme interpreters and compilers, Unification and a prolog
  196.       interpreter and compiler, Waltz line-labelling,
  197.       implementation of GPS, macsyma, and random number generators.
  198.    |
  199.    For more information, contact:
  200.            Morgan Kaufmann, Dept. P1, 2929 Campus Drive, Suite 260
  201.            San Mateo CA 94403, (800) 745-7323; FAX: (415) 578-0672
  202.              Mac          ISBN 1-55860-227-5
  203.              DOS 3.5"     ISBN 1-55860-228-3
  204.              DOS 5.25"    ISBN 1-55860-229-1
  205.  
  206.    A catalog of free and commercial natural language software is
  207.    available from the Natural Language Software Registry, by anonymous
  208.    ftp from ftp.dfki.uni-sb.de in the directory /registry, or by email to
  209.    registry@dfki.uni-sb.de.
  210.  
  211.    TI Explorer Lisp Code -- sumex-aim.stanford.edu:pub/exp/
  212.    The Knowledge Systems Lab's set of Explorer patches and tools. It
  213.    includes in the jwz subdirectory a set of tools written and collected
  214.    by Jamie Zawinski. Send questions to acuff@sumex-aim.stanford.edu.
  215.  
  216.    Dick Waters/MERL: XP, Series
  217.       Dick Waters' XP Lisp Pretty Printer is available by anonymous ftp
  218.       from merl.com:/pub/xp/ as the files xp-code.lisp, xp-doc.txt, and
  219.       xp-test.lisp.
  220.  
  221.       The Series Macro is also available from this site in the directory
  222.       /pub/series/ as the files s-code.lisp, s-test.lisp, and s-doc.txt. The
  223.       Series macro package is described fully in Waters, R.C., "Automatic
  224.       Transformation of Series Expressions into Loops", ACM Transactions on
  225.       Programming Languages and Systems, 13(1):52--98, January 1991,
  226.       MIT/AIM-1082 and MIT/AIM-1083.
  227.  
  228.       Both programs are also available from the Lisp Utilities Repository
  229.       described above.
  230.  
  231.       For further information, contact Dick Waters, <dick@merl.com> or
  232.       <dick@ai.mit.edu>. An improved version of Series is in the works.
  233.  
  234. ----------------------------------------------------------------
  235. Subject: [6-3] Publicly Redistributable Lisp Software
  236.  
  237. AI Algorithms and Tools:
  238.  
  239.    PAIL (Portable AI Lab) is a computing environment containing a
  240.    collection of state-of-the-art AI tools, examples, and documentation.
  241.    It is aimed at those involved in teaching AI courses at university
  242.    level or equivalent. The system has enough built-in functionality to
  243.    enable its users to get practical experience with a broad range of AI
  244.    problems without having to build all the supporting tools from
  245.    scratch. It is implemented in Common Lisp and uses CLOS and Allegro
  246.    Common Windows (i.e., in Allegro CL 4.1). It is available by anonymous
  247.    ftp from pobox.cscs.ch (148.187.10.13) in the directory /pub/ai/pail-2.4/.
  248.    Written by Mike Rosner and Dean Allemang {dean,mike}@idsia.ch.
  249.  
  250.    AI_ATTIC is an anonymous ftp collection of classic AI programs and
  251.    other information maintained by the University of Texas at Austin.  It
  252.    includes Parry, Adventure, Shrdlu, Doctor, Eliza, Animals, Trek, Zork,
  253.    Babbler, Jive, and some AI-related programming languages.  This
  254.    archive is available by anonymous ftp from ftp.cc.utexas.edu
  255.    (bongo.cc.utexas.edu, 128.83.186.13) in the directory /pub/AI_ATTIC.
  256.    For more information, contact atticmaster@bongo.cc.utexas.edu.
  257.  
  258. Analogical Reasoning:
  259.  
  260.    SME is the Structure-Mapping Engine, as described in Falkenhainer,
  261.    Forbus, and Gentner's 1987 AIJ article.  Available from
  262.    multivac.ils.nwu.edu:pub/SME For further information, contact Brian
  263.    Falkenhainer <falkenhainer@parc.xerox.com> or Ken Forbus
  264.    <forbus@ils.nwu.edu>.
  265.  
  266. Benchmarks:
  267.  
  268.    Gabriel Lisp Benchmarks are available by anonymous ftp as
  269.    ai.toronto.edu:/pub/gabriel-lisp-benchmarks.tar.Z.
  270.  
  271.    Lucid CL contains a set of benchmarks in its goodies/ directory,
  272.    including Bob Boyer's logic programming benchmark, a benchmark to
  273.    create and browse through an AI-like database of units, a CLOS speed
  274.    test, a compilation speed test, TAKR (the 100 function version of TAK
  275.    that tries to defeat cache memory effects), CTAK (A version of the
  276.    TAKeuchi function that uses the CATCH/THROW facility), STAK (A version
  277.    of the TAKeuchi function with special variables instead of parameter
  278.    passing), DERIV and DDERIV (Symbolic derivative benchmarks written by
  279.    Vaughn Pratt), DESTRU (a destructive operation benchmark), DIV2 (a
  280.    benchmark which divides by 2 using lists of n ()'s), the FFT benchmark
  281.    written by Harry Barrow, FPRINT (a benchmark to print to a file),
  282.    FRPOLY (a Franz Lisp benchmark by Fateman based on polynomial
  283.    arithmentic), Forest Baskett's PUZZLE benchmark (originally written in
  284.    Pascal), the TPRINT benchmark to read and print to the terminal, a
  285.    benchmark that creates and traverses a tree structure, and TRIANG
  286.    (board game benchmark). Some of the benchmarks may work only in Lucid.
  287.  
  288. Blackboard Architectures:
  289.  
  290.    The UMass GBB system (V1.2) is available by anonymous ftp from
  291.    dime.cs.umass.edu:/gbb. The commercial GBB product is not.
  292.    Work on the UMass GBB project (and funding) ended over 2 years ago.
  293.    Many researchers using it have opted for the commercial
  294.    release.  The UMass research system remains available, but the
  295.    two should not be confused as the commercial system is
  296.    substantially improved and extended. The commercial system is available
  297.    from Blackboard Technology Group, PO Box 44, 401 Main Street,
  298.    Amherst, Massachusetts 01002, 413-256-4240.
  299.  
  300. Case-based Reasoning:
  301.  
  302.    CL-Protos is a Common Lisp implementation of the case-based
  303.    reasoning system developed by E. Ray Bareiss and Bruce W.
  304.    Porter of the University of Texas/Austin AI Lab. It runs
  305.    on Sun3, TI Explorer, HP 9000, and Symbolics, and gobbles a
  306.    huge amount of memory. Common Lisp implementation by
  307.    Rita Duran, Dan Dvorak, Jim Kroger, Hilel Swerdlin, and Ben Tso.
  308.    For more information, bug reports, or comments, contact
  309.    either Dan Dvorak <dvorak@cs.utexas.edu> or Ray Bareiss
  310.    <bareiss@ils.nwu.edu> or Erik Eilerts <eilerts@cs.utexas.edu>
  311.    Available by anonymous ftp from cs.utexas.edu:/pub/porter
  312.  
  313.    The complete code for "Inside Case-Based Reasoning" by Riesbeck and
  314.    Schank, 1989, is available by anonymous ftp from cs.umd.edu in the
  315.    directory pub/schank/icbr/. This includes code for an instructional
  316.    version of CHEF by Kristian Hammond and MICRO-xxx. Contact Bill
  317.    Andersen <waander@cs.umd.edu> for more information. 
  318.  
  319.  
  320. CLOS Software:
  321.    See question [5-6].
  322.  
  323.  
  324. Constraint Programming and Non-determinism:
  325.  
  326.    SCREAMER:
  327.  
  328.    Screamer is an extension of Common Lisp that adds support for
  329.    nondeterministic programming.  Screamer consists of two levels.  The
  330.    basic nondeterministic level adds support for backtracking and
  331.    undoable side effects.  On top of this nondeterministic substrate,
  332.    Screamer provides a comprehensive constraint programming language in
  333.    which one can formulate and solve mixed systems of numeric and
  334.    symbolic constraints.  Together, these two levels augment Common Lisp
  335.    with practically all of the functionality of both Prolog and
  336.    constraint logic programming languages such as CHiP and CLP(R).
  337.    Furthermore, Screamer is fully integrated with Common Lisp. Screamer
  338.    programs can coexist and interoperate with other extensions to Common
  339.    Lisp such as CLOS, CLIM and Iterate.
  340.  
  341.    In several ways Screamer is more efficient than other implementations
  342.    of backtracking languages.  First, Screamer code is transformed into
  343.    Common Lisp which can be compiled by the underlying Common Lisp
  344.    system.  Many competing implementations of nondeterministic Lisp are
  345.    interpreters and thus are far less efficient than Screamer.  Second,
  346.    the backtracking primitives require fairly low overhead in Screamer.
  347.    Finally, this overhead to support backtracking is only paid for those
  348.    portions of the program which use the backtracking primitives.
  349.    Deterministic portions of user programs pass through the Screamer to
  350.    Common Lisp transformation unchanged.  Since in practise, only small
  351.    portions of typical programs utilize the backtracking primitives,
  352.    Screamer can produce more efficient code than compilers for languages
  353.    in which backtracking is more pervasive.
  354.  
  355.    Screamer is fairly portable across most Common Lisp implementations.
  356.    It currently runs under Genera 8.1.1 and 8.3 on both Symbolics 36xx
  357.    and Ivory machines, under Lucid 4.0.2 and 4.1 on Sun SPARC machines,
  358.    under MCL 2.0 and 2.0p2 on Apple Macintosh machines, and under Poplog
  359.    Common Lisp on Sun SPARC machines.  It should run under any
  360.    implementation of Common Lisp which is compliant with CLtL2 and with
  361.    minor revision could be made to run under implementations compliant
  362.    with CLtL1 or dpANS.
  363.  
  364.    Screamer is available by anonymous FTP from ftp.ai.mit.edu as the file
  365.    /pub/screamer.tar.Z. Contact Jeffrey Mark Siskind <qobi@ai.mit.edu> for 
  366.    further information. Screamer is also available from the Lisp Utilities
  367.    Repository.
  368.  
  369.  
  370. Databases:
  371.  
  372.    Postgres is an object-oriented database, and is available
  373.    from postgres.berkeley.edu:/pub/postgres*
  374.    It runs on DecStation 3100s, Sun3 (SunOs), Sun4 (Sparc),
  375.    and Sequent Symmetry.
  376.  
  377. Eliza and Similar Programs:
  378.  
  379.    See Peter Norvig's book and AI_ATTIC (question [6-1] above).
  380.  
  381.    The doctor.el is an implementation of Eliza for
  382.    GNU-Emacs emacs-lisp. Invoke it with "Meta-X doctor"
  383.  
  384.    muLISP-87 (a MSDOS Lisp sold by Soft Warehouse) includes
  385.    a Lisp implementation of Eliza.
  386.  
  387.    Implementations of ELIZA for other languages are mentioned in the AI FAQ.
  388.  
  389.    The original Parry (in MLISP for a PDP-10) is available in
  390.    labrea.stanford.edu:/pub/parry.tar.Z.
  391.  
  392.    RACTER is *not* public domain. According to A.K. Dewdney's book,
  393.    "The Armchair Universe", Racter is available from John Owens,
  394.    INRAC, Inc., 12 Schubert St., Staten Island, NY 10305. It was
  395.    published in 1984, and written in compiled BASIC. To read some
  396.    of RACTER's work, see "The Policeman's Beard is Half Constructed",
  397.    Computer Prose and Poetry by Racter, Warner Books, 1984.
  398.    ISBN 0-446-38051-2 (paperback). Written by William Chamberlain and
  399.    Thomas Etter.
  400.  
  401. Expert Systems:
  402.  
  403.    FOCL is an expert system shell and machine learning program written in
  404.    Common Lisp. The machine learning program extends Quinlan's FOIL
  405.    program by containing a compatible explanation-based learning
  406.    component.  FOCL learns Horn Clause programs from examples and
  407.    (optionally) background knowledge. The expert system includes a
  408.    backward-chaining rule interpreter and a graphical interface to the
  409.    rule and fact base. For details on FOCL, see: Pazzani, M. and Kibler,
  410.    D., "The role of prior knowledge in inductive learning", Machine
  411.    Learning 9:54-97, 1992. It is available by anonymous ftp from
  412.    ics.uci.edu as a (binhexed, compacted) Macintosh application,
  413.    pub/SaranWrap/KR-FOCL-ES.cpt.hqx, or as Common Lisp source code (see
  414.    pub/SaranWrap/README for details). If you use a copy of FOCL, or have
  415.    any comments or questions, send mail to pazzani@ics.uci.edu.
  416.  
  417.    BABYLON is a development environment for expert systems. It
  418.    includes frames, constraints, a prolog-like logic formalism, and a
  419.    description language for diagnostic applications. It is implemented in
  420.    Common Lisp and has been ported to a wide range of hardware platforms.
  421.    Available by anonymous ftp from gmdzi.gmd.de:gmd/ai-research/Software/
  422.    (129.26.8.90) as a BinHexed stuffit archive, on the Apple CD-ROM, or
  423.    with the book "The AI Workbench BABYLON", which contains *full source
  424.    code* of BABYLON and the stand-alone version for the Mac. The book
  425.    describes the use of BABYLON in detail.
  426.  
  427.    OPS5 -- See Lisp Utilities Repository in question [6-1].
  428.  
  429. Frame Languages:
  430.  
  431.    FrameWork is available in the Lisp Utilities Repository described above. 
  432.  
  433.    THEO (learning frame system) is available free from CMU, after
  434.    signing a license agreement. Send mail to Tom.Mitchell@cs.cmu.edu.
  435.  
  436.    FrameKit is available free from CMU, after signing a
  437.    license agreement. Send mail to Eric.Nyberg@cs.cmu.edu
  438.  
  439.    KR. Send mail to Brad.Myers@cs.cmu.edu for more info.
  440.  
  441.    PARKA. Frames for the CM. Contact spector@cs.umd.edu.
  442.                        
  443.    PARMENIDES (Frulekit) is available free, after signing
  444.    a license agreement. Send mail to peter.shell@cs.cmu.edu 
  445.  
  446.    FROBS is available free by anonymous ftp from
  447.    cs.utah.edu:/pub/frobs.tar.Z
  448.    Contact Robert Kessler <kessler@cs.utah.edu> for more info.
  449.  
  450.    PFC is a simple frame system written by Tim Finin
  451.    available free by anonymous ftp from linc.cis.upenn.edu.
  452.  
  453.    YAK is a hybrid knowledge-representation system of the
  454.    KL-ONE family. Includes an optional graphical interface
  455.    depending on the Lisp. Available free after signing a license 
  456.    agreement. Contact Enrico Franconi <franconi@irst.it>.
  457.  
  458. Genetic Algorithms:
  459.  
  460.    GECO (Genetic Evolution through Combination of Objects) is a
  461.    genetic algorithm shell written by George Williams,
  462.    <george@hsvaic.boeing.com>. It is available by anonymous ftp 
  463.    from cambridge.apple.com:/pub/mcl2/contrib/ as the following
  464.    files:
  465.       GECO-v1.0.cpt.hqx       binhex'd Compact Pro archive
  466.       GECO-v1.0.tar.Z         compressed tar file for Unix machines (no MCL
  467.                               fonts)
  468.       GECO.abstract           a brief description
  469.    It runs in MCL 2.0, but should be portable among CLtL2 compliant
  470.    Common Lisps.
  471.  
  472.    GAL is a genetic algorithm suite written by Bill Spears of NRL. The
  473.    MCL2.0 port was done by Howard Oakley <howard@quercus.demon.co.uk> and
  474.    is available from cambridge.apple.com:/pub/MCL2/contrib as
  475.    GAL.sea.hqx.  Improvements and adaptations should be sent to Bill
  476.    Spears, but questions on the MCL port should be directed to Howard Oakley.
  477.  
  478.    Other genetic algorithms code is available  
  479.       ftp.aic.nrl.navy.mil:/pub/galist
  480.    including Genesis (source-code/ga-source/genesis.tar.Z) and the archives
  481.    of the GA-List mailing list. A survey of free and commercial
  482.    genetic algorithms implementations is available in
  483.    information/ga-software-survey.txt. 
  484.  
  485. Knowledge Representation:
  486.  
  487.    KNOWBEL is an implementation of Telos (a sorted/temporal logic
  488.    system) by Bryan M. Kramer, <kramer@ai.toronto.edu>. It is
  489.    available by anonymous ftp from ai.toronto.edu:/pub/kr/ as the
  490.    files knowbel.tar.Z and manual.txt.tar.Z 
  491.    Runs in Allegro CL on Sparcstations and Silicon Graphics 4d
  492.    and in MCL on Apple Macintoshes. 
  493.    
  494.    SNePS is a semantic net implementation, available free after
  495.    signing a license agreement. Contact shapiro@cs.buffalo.edu
  496.    for more information.
  497.  
  498.    COLAB (COmpilation LABoratory) is a hybrid knowledge representation
  499.    system emphasizing the horizontal and vertical compilation of
  500.    knowledge bases. It is comprised of cooperating subsystems -- CONTAX,
  501.    FORWARD, RELFUN and TAXON -- which deal with different knowledge
  502.    representation and reasoning formalisms. Each subsystem can also be
  503.    used as stand-alone system. CONTAX deals with constraint nets and
  504.    constraint-propagation techniques. Relational knowledge in the form of
  505.    Horn rules is processed by forward (FORWARD) and backward (RELFUN)
  506.    chaining. Taxonomic knowledge is represented by intensional concept
  507.    definitions which are automatically arranged in a subsumption
  508.    hierarchy (TAXON).  The COLAB software was developed at DFKI and the
  509.    University of Kaiserslautern and runs in Common Lisp. (The subsystems
  510.    have been tested in AKCL and Lucid CL, and possibly also Allegro CL
  511.    and Symbolics CL.) All the subsystems are available free of charge for
  512.    research purposes.
  513.    o  RELFUN is a logic-programming language with call-by-value (eager),
  514.       non-deterministic, non-ground functions, and higher-order operations.
  515.       It accepts freely interchangeable LISP-style and PROLOG-style syntaxes.
  516.       For sources to RELFUN and copies of relevant papers, contact
  517.       Dr. Harold Boley, DFKI, Postfach 2080, W-6750 Kaiserslautern, Germany,
  518.       call +49-631-205-3459, fax +49-631-205-3210, or send email to
  519.       boley@informatik.uni-kl.de.
  520.    o  TAXON is a terminological knowledge representation system extended by
  521.       concrete domains.  For sources to TAXON and copies of relevant papers,
  522.       contact Philipp Hanschke, DFKI, Postfach 2080, W-6750 Kaiserslautern,
  523.       Germany, call +49-631-205-3460, fax +49-631-205-3210, or send email to
  524.       hanschke@dfki.uni-kl.de.
  525.    o  CONTAX is a constraint system for weighted constraints over
  526.       hierarchically structured finite domains. CONTAX uses CLOS in addition
  527.       to Common Lisp.  For sources to CONTAX and copies of relevant papers,
  528.       contact Manfred Meyer, DFKI, Postfach 2080, W-6750 Kaiserslautern,
  529.       Germany, call +49-631-205-3468, fax +49-631-205-3210, or send email to
  530.       meyer@dfki.uni-kl.de.
  531.    o  FORWARD is a logic programming language with bottom-up and top-down
  532.       evaluation of Horn clauses. For sources to FORWARD and copies of
  533.       relevant papers, contact Knut Hinkelmann, DFKI, Postfach 2080, W-6750
  534.       Kaiserslautern, Germany, call +49-631-205-3467, fax +49-631-205-3210,
  535.       or send email to hinkelma@dfki.uni-kl.de.
  536.  
  537. Languages and Alternate Syntaxes:
  538.  
  539.    Generalized Lisp (or Glisp for short) is a coordinated set of high
  540.    level syntaxes for Common Lisp.  Initially GLisp consists of three
  541.    dialects: Mlisp, Plisp and ordinary Lisp, together with an extensible
  542.    framework for adding others.  Mlisp (Meta-Lisp) is an Algol-like
  543.    syntax for people who don't like writing parentheses. For example,
  544.    one can write print("abc", stream) instead of (print "abc" stream).
  545.    Plisp (Pattern Lisp) is a pattern matching rewrite-rule language.
  546.    Plisp is a compiler-compiler; its rules are optimized for writing
  547.    language translators.  All dialects may be freely intermixed in a
  548.    file. The translators for all dialects are written in Plisp, as is
  549.    the Glisp translator framework itself. Support routines for the
  550.    translators are written in Mlisp and/or Lisp. All dialects are
  551.    translated to Common Lisp and execute in the standard Common Lisp
  552.    environment. Glisp is available by anonymous ftp from apple.com or 
  553.       ftp.apple.com:dts/mac/lisp/glisp.tar.Z
  554.    GLISP runs in MCL and has to be modified for other Common Lisp
  555.    implementations. 
  556.  
  557.    CGOL is algol-like language that is translated into Lisp before
  558.    execution. It was developed originally by Vaughn Pratt. A Common Lisp
  559.    implementation of CGOL is available by anonymous ftp from
  560.       peoplesparc.berkeley.edu:pub/cgol.1.tar.Z  [128.32.131.14]
  561.    (The number "1" may increase if newer versions are posted.)  It was 
  562.    written by a UC Berkeley graduate student, Tom Phelps, as a term
  563.    project, so there may still be some rough edges. There is a lot of
  564.    documentation in the distribution, including the "original" CGOL memo
  565.    (pratt.memo). For more information, contact Richard Fateman
  566.    <fateman@peoplesparc.berkeley.edu>.
  567.  
  568.    StarLisp Simulator -- think.com:/cm/starlisp/starsim-f19-sharfile
  569.    Simulates *Lisp, one of the programming langauges used to program
  570.    the Connection Machine. Runs under Symbolics, Lucid, Allegro, and Franz.
  571.  
  572.    InterLisp->Common-Lisp Translator -- ai.sri.com:pub/pkarp/lisp/ilisp/
  573.    Other InterLisp to Common Lisp translators may be found in the LispUsers
  574.    archive listed above.
  575.  
  576.    The Yale Haskell system runs in CMU Common Lisp, Lucid CL, and AKCL.
  577.    It is available by anonymous ftp from 
  578.         Chalmers animal.cs.chalmers.se  129.16.225.66
  579.         Glasgow  ftp.dcs.glasgow.ac.uk  130.209.240.50
  580.         Yale     nebula.cs.yale.edu     128.36.13.1
  581.    in the directory pub/haskell/yale as the files
  582.         haskell-beta-2-source.tar.Z   -- full sources
  583.         haskell-beta-2-sparc.tar.Z    -- sparc executable
  584.  
  585. Lisp Tools:
  586.  
  587.    See the Lisp Utilities Repository in [6-2].
  588.  
  589.    The Automatic Memoization Facility adds a practical memoization
  590.    facility to Common Lisp. Automatic memoization is a technique by which
  591.    an existing function can be transformed into one that "remembers"
  592.    previous arguments and their associated results, yielding large
  593.    performance gains for certain types of applications.  This facility
  594.    extends the ideas from Norvig's book into what is needed for a
  595.    practical tool for us in large programs. It adds facilities for
  596.    bookkeeping and timing, and lets you evaluate of the timing advantages
  597.    of memoization, and save hash tables to disk for automatic reuse in
  598.    later sessions. The code is available by anonymous ftp from
  599.    archive.cs.umbc.edu:/pub/Memoization [130.85.100.53]. Contact Marty Hall
  600.    <hall@aplcenmp.apl.jhu.edu> for more information. The code includes an
  601.    overview of memoization and its applications.
  602.  
  603.    PLisp - A Common Lisp front end to Postscript. This translates many
  604.    Common Lisp functions to postscript as well as manage the environment
  605.    and many lispisms (&optional and &rest arguments, multiple values,
  606.    macros, ...).  Available via anonymous ftp in pub/plisp/plisp.tar.Z on
  607.    nebula.cs.yale.edu (128.36.13.1). Written by John Peterson,
  608.    peterson-john@cs.yale.edu.
  609.  
  610.    RegExp is an extension to Allegro Common Lisp which adds
  611.    regular expression string matching, using the foreign
  612.    function interface. Available by anonymous ftp from
  613.    ai.sri.com:/pub/pkarp/regexp/. Contact pkarp@ai.sri.com
  614.    for more information.
  615.  
  616.    ifi.informatik.uni-stuttgart.de:/pub/xit/cl-utilities/ contains
  617.    three small utilities:
  618.         completion.lisp         A simple filename completion program.
  619.         cl-utilities.lisp       Some macros for dealing with points,
  620.                                 regions, and some miscellaneous macros.
  621.         copy-objects.lisp       Code for copying instances.
  622.  
  623.    think.com:think/lisp contains some useful lisp code (most of it
  624.    Symbolics dependent) including:
  625.         lisp-lint.lisp          A set of compiler style checkers that
  626.                                 warn when a function call does not
  627.                                 conform to Common Lisp. 
  628.  
  629.    MEASURES is a system to handle engineering numbers and measures in
  630.    Common Lisp. It runs in Allegro CL, Lispworks, MCL, and Symbolics CL.
  631.    Written by Roman Cunis.  Some documentation can be found in the file
  632.    measures.doc and examples in measures-example.lisp.  It is available
  633.    from the Lisp Utilities Repository
  634.       ftp.cs.cmu.edu:/afs/cs.cmu.edu/user/mkant/Public/Lisp/
  635.    in the file measures-2.0.tar.Z.  For further information, contact Ralf
  636.    Moeller, University of Hamburg, Bodenstedtstr 16, 2000 Hamburg 50,
  637.    Germany, call 40-4123-6134, fax 40-4123-6530, or send email to
  638.    moeller@informatik.uni-hamburg.de.
  639.  
  640.    DEFTABLE provides a macro that unifies the interface to Common
  641.    Lisp's table-like data structures (e.g., association lists, property
  642.    lists, and hash tables). Written by Peter Norvig
  643.    <Peter.Norvig@East.Sun.Com>.  It is available by anonymous ftp from
  644.    ftp.ai.mit.edu:/pub/lptrs/deftable.lisp [128.52.32.6] and also the
  645.    Lisp Utilities Repository. An article describing deftable was
  646.    published in ACM Lisp Pointers 5(4):32-38, December 1992.
  647.  
  648. Machine Learning:
  649.  
  650.    ID3: A Lisp implementation of ID3 and other machine learning
  651.    algorithms are available by anonymous ftp from the machine learning
  652.    group at the University of Texas as cs.utexas.edu:pub/mooney
  653.  
  654.    COBWEB/3 is a concept formation system available free after
  655.    signing a license agreement. Contact cobweb@ptolemy.arc.nasa.gov
  656.    for more information.
  657.  
  658.    RWM (Refinement With Macros) is a Common Lisp program for learning
  659.    problem solving strategies. RWM takes a high level description of a
  660.    problem as input and successively refines it into a sequence of
  661.    "easier" subproblems, which collectively constitute a strategy for
  662.    solving the given problem. RWM also learns macro moves which are
  663.    useful for efficiently solving the problem. A short documentation and
  664.    some example problems/strategies are included. To get a copy of this
  665.    description, send mail to the Bilkent University Archieve Server
  666.    bilserv@trbilun.bitnet with "send RWM.tar.Z" in the body of the
  667.    message. For further information, contact H. Altay Guvenir
  668.    <guvenir@trbilun.bitnet>.
  669.   
  670. Mathematics:
  671.  
  672.    MockMma -- peoplesparc.berkeley.edu:pub/mma.tar.Z       [128.32.131.14]
  673.    A Mathematica-style parser written in Common Lisp. Written by Richard
  674.    Fateman; fateman@renoir.Berkeley.EDU. Runs in any valid Common Lisp.
  675.    Tested in Allegro, KCL and Lucid.
  676.  
  677.    rascal.ics.utexas.edu:/pub/             128.83.138.20
  678.       Maxima for Common Lisp (License required from National
  679.       Energy Software Center at Argonne.) Ported by Bill Schelter.
  680.  
  681.    QUAIL (Quantitative Analysis in Lisp) extends Common Lisp to better
  682.    support quantitative analysis. It includes an object-oriented
  683.    quantitative analysis programming environment based on CLOS.  Quail
  684.    was developed by the Statistical Computing Laboratory of the
  685.    Department of Statistics and Actuarial Science of the University of
  686.    Waterloo.  It includes a variety of mathematical and statistical
  687.    capabilities, such as symbolic and numerical differentiation,
  688.    numerical integration, probability calculations (e.g., pseudo-random
  689.    number generation), and statistical response models.  The
  690.    object-oriented graphics display facilities include building blocks
  691.    for arbitrary graphics, a collection of stock statistical graphics,
  692.    function plotting, 3d-rotating function and surface plots, and
  693.    graphical browsers. Quail currently runs in MCL, but a Franz and CLX
  694.    based version is forthcoming. It is available by anonymous ftp from
  695.    setosa.uwaterloo.ca [129.97.141.101] in pub/Quail/. You must read the
  696.    file README-I-MEAN-IT and return a signed copy of the license
  697.    agreement ($10 annual license fee) before using the software. For
  698.    further information, contain Dr. R. W. Oldford,
  699.    <rwoldford@watstat.waterloo.edu> or <rwoldford@watstat.uwaterloo.ca>.
  700.  
  701. Medical Reasoning:
  702.  
  703.    TMYCIN -- sumex-aix.stanford.edu:/tmycin  The TMYCIN rule based system.
  704.  
  705. Music:
  706.  
  707.    Common Music is a music composition language written in Common Lisp
  708.    and CLOS that outputs music (directly or through scorefiles) to a
  709.    variety of synthesis packages, such as the Music Kit, Common Lisp
  710.    Music, MIDI, and CSound.  Common Music runs under MCL 2.0, Allegro CL
  711.    3.1.2 (NeXT), AKCL 1.615 (NeXT), Allegro CL 4.1 beta (SGI Iris), and
  712.    AKCL 6.15 (Sun4). It is available by anonymous ftp from
  713.    ccrma-ftp.stanford.edu [36.49.0.93] and ftp.zkm.de [192.101.28.17] in
  714.    the files pub/cm.tar.Z.  To be added to the mailing list, send mail to
  715.    cmdist-request@ccrma.stanford.edu. For further information, contact
  716.    Rick Taube, <hkt@zkm.de> or <hkt@ccrma.stanford.edu>.
  717.    [Note: In the Common Music sources, there is a generic portable Lisp
  718.    Listener style interpreter that supports command dispatching in
  719.    addition to Lisp evaluation. It is the file ./utils/tl.lisp.] 
  720.  
  721.    Common Lisp Music (CLM) is a software synthesis and signal
  722.    processing package (CL-MUSIC) and a package that makes it relatively
  723.    easy to take advantage of the Motorola DSP 56000 (CL-MUSIC-56).  It is
  724.    available by anonymous ftp from ccrma-ftp.stanford.edu [36.49.0.93] as
  725.    pub/clm.tar.Z. Basic documentation is in clm.wn (or clm.rtf) and
  726.    ins.lisp.  CLM runs on NeXT under Allegro CL or KCL and on SGI Indigo
  727.    under Allegro CL. The non-56000 version should run on any machine with
  728.    C and Common Lisp. Send bug reports or suggestions to
  729.    Bil Schottstaedt <bil@ccrma.stanford.edu>.
  730.  
  731.    Common Music Notation (CMN) is a music notation package based on on
  732.    Common Lisp, CLOS (pcl), PostScript, and the Adobe Sonata font. It is
  733.    available by anonymous ftp from ccrma-ftp.stanford.edu [36.49.0.93] as
  734.    pub/cmn.tar.Z.  To be added to the mailing list (same list as for
  735.    Common Music), send mail to cmdist-request@ccrma.stanford.edu.  Please
  736.    send bug reports and suggestions to Bil Schottstaedt
  737.    <bil@ccrma.stanford.edu>. 
  738.  
  739. Natural Language Processing:
  740.  
  741.    The Xerox part-of-speech tagger is available by anonymous ftp from
  742.    parcftp.xerox.com:pub/tagger/tagger-1-0.tar.Z. It is implemented in
  743.    Common Lisp and has been tested in Allegro CL 4.1, CMU CL 16e, and
  744.    Macintosh CL 2.0p2. For more information, contact the authors, Doug
  745.    Cutting <cutting@parc.xerox.com>, and Jan Pedersen
  746.    <pedersen@parc.xerox.com>.
  747.  
  748. Natural Language Generation:
  749.  
  750.    FUF is a natural language generation system based on Functional
  751.    Unification Grammars implemented in Common Lisp. It includes a
  752.    unifier, a large grammar of English (surge), a user manual and many
  753.    examples. FUF is available by anonymous ftp from
  754.       cs.columbia.edu:/pub/fuf/
  755.       black.bgu.ac.il:/pub/fuf/
  756.    as the files fuf5.2.tar.Z and surge.tar.Z. For further information,
  757.    contact the author, Michael Elhadad <elhadad@bengus.bgu.ac.il>.
  758.  
  759. Neural Networks:
  760.  
  761.    ANSIL  -- nervous.cis.ohio-state.edu:pub/lispusers/ansil/ 
  762.              "Advanced Network Simulator in Lisp"
  763.              email: ansil@cis.ohio-state.edu
  764.  
  765. Object-Oriented Programming:
  766.  
  767.    PCL -- parcftp.xerox.com:pcl/ [13.1.64.94]
  768.    Portable Common Loops (PCL) is a portable implementation of
  769.    the Common Lisp Object System (CLOS). A miniature CLOS
  770.    implementation called Closette is available pcl/mop/closette.lisp.
  771.  
  772.    CLOS-on-KEE -- zaphod.lanl.gov:/pub/
  773.    A subset of CLOS that is implemented on top of KEE. Contact
  774.    egdorf%zaphod@LANL.GOV (Skip Egdorf) for more info.
  775.  
  776.    MCS (Meta Class System) -- ftp.gmd.de:/lang/lisp/mcs/ [129.26.8.90]
  777.    Portable object-oriented extension to Common Lisp. Integrates the
  778.    functionality of CLOS (the Common Lisp Object System), and TELOS, (the
  779.    object system of LeLisp Version 16 and EuLisp).  MCS provides a metaobject
  780.    protocol which the user can specialize. Runs in any valid Common Lisp.
  781.    Contact: Harry Bretthauer and Juergen Kopp, German National Research
  782.    Center for Computer Science (GMD), AI Research Division,
  783.    P.O. Box 1316, D-5205 Sankt Augustin 1, FRG, email: juergen.kopp@gmd.de
  784.  
  785.    CommonORBIT (also called CORBIT) is an object-oriented extension of
  786.    Common Lisp.  It uses a prototype (classless) model of OOP, is easy to
  787.    use and yet has many sophisticated features found also in KL-ONE type
  788.    languages.  CommonORBIT is a Common Lisp reimplementation of ORBIT,
  789.    which was originally conceived by Luc Steels around 1981-1983.
  790.    Because of its delegation-based rather than class-based inheritance,
  791.    CommonORBIT offers extreme flexibility to define and change
  792.    practically anything at run-time.  Because of the generic functions,
  793.    it fits well into regular Lisp code.  It can co-exist with CLOS but
  794.    remains completely separate. The source code of CommonORBIT is in the
  795.    public domain and available by anonymous ftp from the Lisp
  796.    Utilities Repository,
  797.       ftp.cs.cmu.edu:/afs/cs.cmu.edu/user/mkant/Public/Lisp/
  798.    in the corbit/ subdirectory as the file corbit.tar.Z. 
  799.    Documentation is available as the files corbit.msword.hqx, corbit.ps
  800.    or corbit.text. A stripped-down version of CORBIT, known as BOOPS
  801.    (Beginner's Object-Oriented Programming System), is also available
  802.    from the repository as boops.tar.Z. For further information,
  803.    contact the author, Koenraad de Smedt <desmedt@ruls40.LeidenUniv.nl>.
  804.  
  805.  
  806. Parser Generators:
  807.  
  808.    Mark Johnson <mj@cs.brown.edu> has written a LALR parser generator
  809.    for Common Lisp. It is fairly small (about 500 lines of code) and
  810.    can be found in the Lisp Utilities Repository above.
  811.  
  812.    IPG (Incremental Parser Generator) is available by email from 
  813.    Jan Rekers <rekers@cwi.nl>.  It is an appendix to his thesis. It is
  814.    written in LeLisp, but should be portable to other Lisp dialects.
  815.  
  816.    Zebu 2.8.5 is a parser generator for Common Lisp by Joachim H. Laubsch
  817.    <laubsch@hplabs.hpl.hp.com>.  It is an extention written in Common
  818.    Lisp of the Scheme version.  It generates a LALR(1) parsing table.  To
  819.    parse a string with a grammar, only this table and a driver need to be
  820.    loaded. The present version of Zebu contains the ability to define
  821.    several grammars and parsers simultaneously, a declarative framework
  822.    for specifying the semantics, as well as efficiency related
  823.    improvements.  The current version compiles a grammar with 300
  824.    productions (including dumping of the tables to disk) in approx 2
  825.    minutes and 30 seconds on a HP 9000/370.  This implimentation has been
  826.    tested in Lucid CL, Allegro CL, and MCL 2.0b. The current version
  827.    can also produce a generator in addition to a parser. A copy may be
  828.    found on cambridge.apple.com:/pub/mcl2/contrib/zebu-2.2.tar.Z.
  829.  
  830.  
  831. Probabilistic Reasoning and Statistics:
  832.  
  833.    BELIEF is a Common Lisp implementation of the Dempster and Kong fusion
  834.    and propagation algorithm for Graphical Belief Function Models and the
  835.    Lauritzen and Spiegelhalter algorithm for Graphical Probabilistic
  836.    Models. It includes code for manipulating graphical belief models such
  837.    as Bayes Nets and Relevance Diagrams (a subset of Influence Diagrams)
  838.    using both belief functions and probabilities as basic representations
  839.    of uncertainty. It is available by anonymous ftp from
  840.    ftp.stat.washington.edu (128.95.17.34), and by email from the author,
  841.    Russell Almond <almond@stat.washington.edu>. Contact the author at
  842.    almond@statsci.com for information about a commercial version
  843.    GRAPHICAL-BELIEF currently in the prototype stages.
  844.  
  845.    XLISP-STAT is an extensible statistics package which runs in XLISP.
  846.    It has recently been ported to Common Lisp, and is available as
  847.       umnstat.stat.umn.edu:/pub/xlispstat/CL/CLS1.0A1.tar.Z [128.101.51.1]
  848.    The CL port does not yet include the lisp-stat dynamic graphics 
  849.    package, only the numerics. The XLisp version is available from
  850.    the above site and several mirror sites, such as mac.archive.umich.edu, 
  851.    and runs on the Apple Macintosh, Unix systems running X11
  852.    (Vax, PMAX, Sun3, Encore Multimax, and Cray XMP), Sun workstations
  853.    running SunView, and the Commodore Amiga. An experimental version
  854.    for DOS computers running Microsoft Windows 3.0 is also available.
  855.    Documentation is available online, in the tutorial introduction
  856.    pub/xlispstat/xlispstat.doc.tar.Z and also in the book
  857.       Luke Tierney, "Lisp-Stat: An Object Oriented Environment for Statistical
  858.       Computing and Dynamic Graphics", Wiley, 1990, 397 pages.
  859.       ISBN 0-471-50916-7. 
  860.    For more information, write to Lisp-Stat Information, School of
  861.    Statistics, 270 Vincent Hall, University of Minnesota, Minneapolis, MN
  862.    55455, or send e-mail to lispstat-info@umnstat.stat.umn.edu.
  863.  
  864. Planning:
  865.  
  866.    NONLIN -- cs.umd.edu:/pub/nonlin (128.8.128.8)
  867.    Common Lisp implementation of the NONLIN planning system originally
  868.    designed and implemented by Austin Tate. Bugs can be reported to
  869.    nonlin-bugs@cs.umd.edu. User's group is nonlin-users@cs.umd.edu.
  870.    The authors request that anybody ftping the code send a message to
  871.    nonlin-users-request@cs.umd.edu, letting them know you have a copy
  872.    and also letting them know if you wish to subscribe to the users group.
  873.    More information can also be obtained from Jim Hendler, hendler@cs.umd.edu.
  874.  
  875.    ABTWEAK is a Common Lisp implementation of ABTWEAK, a hierarchical
  876.    nonlinear planner extending David Chapman's (MIT) TWEAK, may be obtained by 
  877.    anonymous ftp from jupiter.drev.dnd.ca in the directory pub/steve/Abtweak. 
  878.    A user's manual is included in the planner distribution, and a copy of the
  879.    associated masters thesis by Steven Woods, and other related papers are 
  880.    also contained in that directory. Send mail to woods@drev.dnd.ca for more
  881.    information.  
  882.  
  883.    RHETORICAL is a planning and knowledge tool available by
  884.    anonymous ftp from cs.rochester.edu:/pub/knowledge-tools
  885.    in the files rhet-19-40.tar.Z and cl-lib-3-11.tar.Z. The files
  886.    tempos-3-6.tar.Z and timelogic-5-0.tar.Z add James Allen's
  887.    interval logic to Rhet. It runs on Symbolics Genera and
  888.    Allegro Common Lisp. Written by Brad Miller <miller@cs.rochester.edu>.
  889.  
  890.    PRODIGY is an integrated planning and learning system,
  891.    available free after signing a license agreement. Contact
  892.    prodigy@cs.cmu.edu for more information.
  893.  
  894.    SOAR is an integrated intelligent agent architecture currently
  895.    being developed at Carnegie Mellon University, the University of
  896.    Michigan, and the Information Sciences Institute of the University of
  897.    Southern California. SOAR, and its companion systems, CParaOPS5 and
  898.    TAQL, have been placed in the public domain. The system may be
  899.    retrieved by anonymous ftp to ftp.cs.cmu.edu (or any other CMU CS
  900.    machine) in the directory /afs/cs.cmu.edu/project/soar/5.2/2/public/.
  901.    [Note: You must cd to this directory in one atomic operation, as
  902.    superior directories may be protected during an anonymous ftp.]  For
  903.    more information, send email to soar-request@cs.cmu.edu or write to
  904.    The Soar Group, School of Computer Science, Carnegie Mellon
  905.    University, Pittsburgh, PA 15213.  Finally, though the software is in
  906.    the public domain, the manual remains under copyright. To obtain one
  907.    (at no charge) send a request (including your physical mail address)
  908.    to soar-doc@cs.cmu.edu or to the physical address above.
  909.  
  910.    SNLP is a domain independent systematic nonlinear planner,
  911.    available by anonymous ftp from cs.washington.edu:/pub/snlp.tar.Z
  912.    Contact weld@cs.washington.edu for more information. 
  913.  
  914.    IDM is a Common Lisp implementation of both a classical and extended
  915.    version of the STRIPS planner. It is available by anonymous ftp from 
  916.    sauquoit.gsfc.nasa.gov (128.183.101.29). Questions, comments and bug
  917.    reports may be sent to idm-users@chelmsford.gsfc.nasa.gov.             
  918.  
  919. Planning Testbeds:
  920.  
  921.    TILEWORLD is a planning testbed/simulator developed at SRI
  922.    International by Martha Pollack, Michael Frank and Marc
  923.    Ringuette. TILEWORLD originally ran under Lucid CL, but was
  924.    later extended and ported to Allegro CL by Badr H. Al-Badr
  925.    and Steve Hanks. The new tileworld is available by anonymous
  926.    ftp from cs.washington.edu as the file new-tileworld.tar.Z
  927.    It includes an X interface. Contact pollack@cs.pitt.edu for more
  928.    information. 
  929.  
  930.    TRUCKWORLD is a simulated world intended to provide a 
  931.    testbed for AI planning programs, where the planning agent
  932.    is a truck that roams around the simulated world. It is
  933.    available by anonymous ftp from cs.washington.edu in the
  934.    file simulator.tar.Z. It includes an X interface. Contact
  935.    Steve Hanks <hanks@cs.washington.edu> for more information.
  936.  
  937.    ARS MAGNA is a simulated world intended for use as a testbed for
  938.    planning and mapping programs.  The simulated agent is a robot in an
  939.    indoors environment.  High-level sensing and action are provided,
  940.    realistically modelled on current vision and robotics research.  It is
  941.    written in Nisp, a macro package running on top of Common Lisp.  It is
  942.    available by anonymous ftp from dept.cs.yale.edu in pub/nisp as file
  943.    ars-magna.tar.Z.  It includes an X display.  Contact Sean Engelson
  944.    <engelson@cs.yale.edu> for more information.
  945.  
  946. Qualitative Reasoning:
  947.  
  948.    QSIM is a qualitative reasoning system implemented in Common
  949.    Lisp. It is available by anonymous ftp from cs.utexas.edu:/pub/qsim
  950.    Contact Ben Kuipers <kuipers@cs.utexas.edu> for more information.
  951.  
  952.    QPE is the Qualitative Process Engine, an envisioner for QP theory.
  953.    QPE is publically available from multivac.ils.nwu.edu:pub/QPE
  954.    Maintained by Ken Forbus <forbus@ils.nwu.edu>.
  955.  
  956. Theorem Proving:
  957.  
  958.    MVL (Multi-Valued Logic) is a theorem proving system written in Common
  959.    Lisp. MVL is a bilattice-based reasoning system.  By changing the
  960.    bilattice, you can use MVL to do truth maintenance, nonmonotonic
  961.    reasoning, first-order reasoning, and a variety of other reasoning
  962.    strategies.  MVL is available by anonymous ftp from t.stanford.edu in
  963.    /mvl/mvl.tar.Z. A user's manual may be found in /mvl/manual.tex. For
  964.    more information, contact Matthew L. Ginsberg, <ginsberg@t.stanford.edu>
  965.    or <ginsberg@cs.stanford.edu>. Matthew asks that you send him an email
  966.    message if you retrieve the system by anonymous ftp.
  967.  
  968.    Boyer-Moore
  969.    ftp.cli.com:pub/nqthm/nqthm.tar.Z   Contact: kaufman@cli.com
  970.    rascal.ics.utexas.edu:/pub/             128.83.138.20
  971.       nqthm/               Boyer and Moore's theorem prover.
  972.                            Also available from ftp.cli.com:/pub/nqthm.
  973.       proof-checker/       Matt Kaufmann's proof checking
  974.                            enhancements to nqthm.
  975.    The mailing list nqthm-users-request@cli.com is for users of the
  976.    Boyer-Moore theorem-prover, NQTHM.
  977.  
  978.    DTP       -- meta.stanford.edu:/pub/dtp/   [36.8.0.54]
  979.         Contact: Don Geddis <geddis@cs.stanford.edu>
  980.         Domain-independent search control of inference. Runs in
  981.         Allegro and Lucid Common Lisp.
  982.  
  983.    RRL (Rewrite Rule Laboratory) -- herky.cs.uiowa.edu:public/rrl
  984.    [128.255.28.100]
  985.  
  986.    FRAPPS (Framework for Resolution-based Automated Proof Procedures) is
  987.    a portable resolution theorem-prover written in Common Lisp. It is
  988.    available via anonymous ftp from a.cs.uiuc.edu:/pub/frapps [128.174.252.1].
  989.    If you take a copy of FRAPPS, please send a short note to Prof.
  990.    Alan M. Frisch <frisch@cs.uiuc.edu>.
  991.  
  992. Virtual Reality:
  993.  
  994.    VEOS (Virtual Environment Operating Shell) is an extendible environment
  995.    for prototyping distributed applications for Unix. The programmer's
  996.    interface uses XLISP 2.1. Although intended for distributed
  997.    Virtual Reality applications at The Human Interface Technology Lab
  998.    in Seattle, it should be appropriate for other applications.  VEOS
  999.    uses heavyweight sequential processes, corresponding roughly to
  1000.    unix processes. VEOS runs on DEC/5000, Sun4, and Silicon Graphics
  1001.    VGX and Indigo. VEOS is available by anonymous ftp from
  1002.    milton.u.washington.edu (128.95.136.1) in the directory ~ftp/public/veos
  1003.    as veos.tar.Z. If you use the software, the authors ask that you send
  1004.    them mail to veos-support@hitl.washington.edu.
  1005.  
  1006. Vision:
  1007.  
  1008.    OBVIUS -- whitechapel.media.mit.edu:/obvius/ [18.85.0.125]
  1009.              white.stanford.edu: [36.121.0.16]
  1010.    Object-Based Vision and Image Understanding System (OBVIUS), is a Common
  1011.    Lisp image processing package. Provides a library of image processing
  1012.    routines (e.g., convolutions, fourier transforms, statistical
  1013.    computations, etc.) on gray or binary images and image-sequences (no
  1014.    color support yet), an X windows display interface, postscript printer
  1015.    output, etc.  It uses a homebrew interface to X11 (i.e., it does not use
  1016.    clx or clue). However, they eventually hope to port Obvius to a clx/clue
  1017.    platform. Written by David Heeger <heeger@white.stanford.edu> and Eero
  1018.    Simoncelli <eero@whitechapel.media.mit.edu>. Runs in Lucid-4.0. Includes
  1019.    LaTeX documentation and User's Guide.
  1020.  
  1021. Miscellaneous:
  1022.  
  1023.    ftp.csrl.aoyama.ac.jp:
  1024.       YY/       YY window toolkit sources
  1025.       lispsrc/  several common lisp sources, including MIT's FRL.
  1026.  
  1027. ----------------------------------------------------------------
  1028. Subject: [6-6] Formatting code in LaTeX
  1029.  
  1030. SLaTeX is a R4RS-compliant Scheme program that allows you to write
  1031. program code "as is" in your LaTeX or TeX source.  It is particularly
  1032. geared to the programming languages Scheme and Common Lisp, and has
  1033. been tested in Chez Scheme, Common Lisp, MIT C Scheme, Elk, Scheme->C,
  1034. SCM and UMB Scheme on Unix; and MIT C Scheme and SCM on MSDOS.  The
  1035. formatting of the code includes assigning appropriate fonts to the
  1036. various tokens in the code (keywords, variables, constants, data), at
  1037. the same time retaining the proper indentation when going to the
  1038. non-monospace (non-typewriter) provided by TeX.  SLaTeX comes with two
  1039. databases that recognize the standard keywords/variables/constants of
  1040. Scheme and Common Lisp respectively.  These can be modified by the
  1041. user using easy TeX commands.  In addition, the user can inform SLaTeX
  1042. to typeset arbitrary identifiers as specially suited TeX expressions
  1043. (i.e., beyond just fonting them).  The code-typesetting program SLaTeX
  1044. is available by anonymous ftp from cs.rice.edu as the file
  1045. public/dorai/slatex.tar.Z. Send bug reports to dorai@cs.rice.edu.
  1046.  
  1047. SchemeWEB is a Unix filter that translates SchemeWEB source into LaTeX
  1048. source or Scheme source.  Originally developed for the Scheme dialect
  1049. of Lisp, it can easily be used with most other dialects.
  1050. Posted to comp.sources.unix, Volume 26, Issue 82, by John D.
  1051. Ramsdell <ramsdell@linus.mitre.org>, under archive name schemeweb/part01.
  1052.  
  1053. ----------------------------------------------------------------
  1054. Subject: [6-7] Where can I get an implementation of Prolog in Lisp?
  1055.  
  1056. Implementations of Prolog in Lisp:
  1057.  
  1058.    The Frolic package from the University of Utah is written in Common Lisp
  1059.    and available by anonymous ftp from cs.utah.edu:pub/frolic.tar.Z
  1060.      
  1061.    LM-PROLOG by Ken Kahn and Mats Carlsson is written in ZetaLisp and not
  1062.    easily portable to Common Lisp. It is available by anonymous ftp from
  1063.    sics.se:archives/lm-prolog.tar.Z.
  1064.      
  1065.    Peter Norvig's book "Paradigms of AI Programming" includes Common Lisp
  1066.    implementations of a prolog interpreter and compiler. The software is
  1067.    available by anonymous ftp from unix.sri.com:pub/norvig and on disk in
  1068.    Macintosh or DOS format from the publisher, Morgan Kaufmann.  For more
  1069.    information, contact: Morgan Kaufmann, Dept. P1, 2929 Campus Drive, Suite
  1070.    260, San Mateo CA 94403, (800) 745-7323; FAX: (415) 578-0672
  1071.  
  1072.    Harlequin's LispWorks comes with Common Prolog -- a fast
  1073.    Edinburgh-compatible Prolog integrated with Common Lisp.  Write to:
  1074.    Harlequin Limited, Barrington Hall, Barrington, Cambridge, CB2 5RG, call
  1075.    0223 872522 (or 44223 872522 outside UK), telex 818440 harlqn g, fax 0223
  1076.    872519, or send email to ai@uk.co.harlqn (or ai@harlqn.co.uk for US people).
  1077.  
  1078.    eLP (Ergo Lambda Prolog) is an interpreter written by Conal Elliott,
  1079.    Frank Pfenning and Dale Miller in Common Lisp and implements the core
  1080.    of lambda Prolog (higher-order hereditary Harrop formulas). It is
  1081.    embedded in a larger development environment called ESS (the Ergo
  1082.    Support System).  eLP implements all core language feature and offers
  1083.    a module system, I/O, some facilities for tracing, error handling,
  1084.    arithmetic, recursive top-levels, on-line documentation and a number
  1085.    of extended examples, including many programs from Amy Felty's and
  1086.    John Hannan's thesis.  It should run in Allegro Common Lisp, Lucid
  1087.    Common Lisp, Kyoto Common Lisp, CMU Common Lisp and Ibuki Common Lisp.
  1088.    The eLP implementation of lambda Prolog is no longer developed or
  1089.    maintained, but it is still available via anonymous ftp from
  1090.    ftp.cs.cmu.edu:/afs/cs.cmu.edu/project/ergo/export/ess/. The file
  1091.    ergolisp.tar.Z contains the Ergo project's extensions to Common Lisp,
  1092.    including some facilities for attributes and dealing with abstract
  1093.    syntax trees. The file sb.tar.Z contains the Ergo
  1094.    Parser/Unparser/Formatter generator and ab.tar.Z contains the Ergo
  1095.    Attribute Grammar facility. The file elp.tar.Z contains the Ergo
  1096.    implementation of lambda Prolog.  To customize grammars you need the
  1097.    sb.tar.Z file.  When you retrieve the system, please print, fill out,
  1098.    and send in a copy of the non-restrictive license you will find in the
  1099.    file LICENSE. To subscribe to the elp@cs.cmu.edu mailing list, send
  1100.    mail to elp-request@cs.cmu.edu. Bugs should be sent to
  1101.    elp-bugs@cs.cmu.edu.
  1102.  
  1103. See the Scheme FAQ for information on implementations of Prolog in Scheme.
  1104.  
  1105. ----------------------------------------------------------------
  1106. ;;; *EOF*
  1107.  
  1108.